home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / lispworks / compile < prev    next >
Encoding:
Text File  |  1994-09-27  |  314 b   |  14 lines  |  [TEXT/ttxt]

  1. #!/bin/csh
  2. #
  3. # compile -- compile the Yale Haskell system from scratch.
  4. #
  5. #
  6. cd $Y2
  7. $LISPWORKS <<EOF
  8. (load "com/lispworks/patches/safe-fo-closure.wfasl")
  9. (make-package "MUMBLE-IMPLEMENTATION" :use '("LISP"))
  10. (proclaim '(optimize (speed 3) (safety 0) (compilation-speed 0)))
  11. (load "cl-support/cl-init")
  12. (lw:bye)
  13. EOF
  14.